Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 14 - Shader Objects / Shader Objects Reference
Shader Objects Routines / Managing Textures


Q3Texture_GetHeight

You can use the Q3Texture_GetHeight function to get the height of a texture.

TQ3Status Q3Texture_GetHeight (
TQ3TextureObject texture, 
unsigned long *height);
texture
A texture object.
height
On exit, the height of the specified texture.
DESCRIPTION
The Q3Texture_GetHeight function returns, in the height parameter, the height of the texture specified by the texture parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996